home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
r
/
rexx_plus_compiler
/
rexxpluscompiler2.dms
/
in.adf
/
Examples
/
examples.zoo
/
chg.txed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-01
|
301 b
|
20 lines
/* shift: */
/* is used to shift the lines in the */
/* block to the left or right by n bytes */
trace o
parse arg direct count . rows . cols .
options results
'T'
say 'time='time('e')
do forever
'insert say '
'd 1'
if rc ~= 0 then leave
end
say 'time='time('e')
return